The following will install the Coppermine Photo Gallery 1.3.1 into your OSC store.  I'm not a programmer or very familiar with php, so use it at your own risk.  You can see an example of it on my website at www.boasnsuch.com/catalog/gallery.php (I have made alot of modifications to the appearance but the basic structure is the same).  You can find more information on the photo gallery at http://coppermine.sourceforge.net/

I highly recommend you back up your files & database before starting.

*****************************************************************************
Upload or unzip the files to their designated locations.  Make the following modifications:


In catalog/includes/boxes/information.php after:

$info_box_contents[] = array('text' => $informationString .

Add:

tep_draw_separator('pixel_trans.gif', '05', '12') . '<a href="' . tep_href_link(FILENAME_GALLERY) . '">'

**************************************************************************
In catalog/includes/filenames.php add:

define('FILENAME_GALLERY','gallery.php');

**************************************************************************
In catalog/includes/languages/english.php after:

// information box text in includes/boxes/information.php

ADD:

define('BOX_INFORMATION_GALLERY', 'Photo Gallery');

**************************************************************************
Go to www.yourwebsite.com/catalog/install.php and run the installation process.

Use the SAME database as your OSC store and let Coppermine put the default prefix in front of the table names.

Thats it!  The docs folder has information on customizing the look of the gallery.
